Content Type Ovf Memory
Content Type Ovf Memory
Provide the memory information in a template VM.
JSON Example
{
"size": 0,
"reservation": 0,
"limit": 0,
"shares": 0
}
integer As int64
As int64
size
Required
memory size in MB
integer As int64
As int64
reservation
Optional
memory reservation in MB
It is not required that memory reservation be specified.
integer As int64
As int64
limit
Optional
memory limit in MB
It is not required that memory limit be specified.
integer As int64
As int64
shares
Optional
memory shares
It is not required that memory shares be specified.